home *** CD-ROM | disk | FTP | other *** search
-
- FILE EXT DESCRIPTION
- ----------------------------------------------------------------------------
- ASCFILE LIB Ascii file Library...
- ASCII FLD Field Description file for Ascii.txt
- ASCII TXT Non Delimited Ascii file... for test1
- ASCII2 FLD Field Description file for Ascii2.txt
- ASCII2 TXT Non Delimited Ascii file... for test2
- MAKELIB BAT Build Ascii File Library Batch file
- MAKETST1 BAT Build Test1 Batch File
- MAKETST2 BAT Build Test2 Batch File
- README !!! This file...
- RECORD CPP Record Class to handle record, and field level functions
- RECORD H Header file for Record Class
- TABLE CPP Table Class to handle file, and index level functions
- TABLE H Header file for Table Class
- TEST1 CPP Test1 program reading ascii.txt using ascii.fld
- TEST1 PRJ Project file for Test1
- TEST2 CPP Test2 program reading ascii2.txt using ascii2.fld
- TEST2 PRJ Project file for Test2
-
-
- This is a very simple library of functions to read in a non-delimited
- Ascii file... ( although you probably could read in a delimited one as well,
- with a little trickery...)
-
- You can read the file in sorted, or non-sorted order. The Index file is
- destroyed in the table.cpp destructor ( in case you want to keep it, simply
- comment out that line ) The index uses the very simple, but efficient
- parent-child tree method...
-
- The getField function is overloaded to support... char *, int, long, float,
- and double field types... no special declarations of type is needed, but
- don't be a smart-alick and try to read a char * field into a double...
-
- Anyway, it's very useful to me, for converting ascii to .DBF files on the fly.
- So i thought it would be useful to someone else!! Have Fun....
- Oh... It's totally free.... but if you feel you need to send a donation
- of a million bucks or so... (NOT)
-
- Matthew Rhoades :)
- 72733,1276
-